home *** CD-ROM | disk | FTP | other *** search
/ Swimwear Illustrated / Swimwear Illustrated.iso / mac / MAIN8 / MORPH18.DIR / 00043_Script_43 < prev    next >
Text File  |  1996-02-22  |  190b  |  12 lines

  1. on mousedown
  2.   if the mousedown then
  3.     delay 60
  4.     repeat while the stilldown
  5.     end repeat
  6.     puppettempo 30
  7.     continue
  8.   else
  9.     puppettempo 30
  10.     continue
  11.   end if
  12. end